nav{ 
    background-color: #026c80;
    padding: 3%;
    text-align: right;
    border-color: #026c80;
    border-style: solid;
    font-size: 20px;
text-decoration: none;
display: block;
    }
ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li{
display: inline;
color: white;
}

a {
  display: inline;
  padding: 4px;
}
a:hover{
background-color: #8db4ad;
}
a:link{
color: antiquewhite;
}
a{
color:cornsilk;
text-decoration: none;
}
p{
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
h2{
    font-size: 35px;
    color: indianred;
}
h1{
    font-family: fantasy;
    color: indianred;
    font-size: 80px;
    text-align: center;

}
img{
   float: right;
   width:300px;
 
}
Header>h1{ 
    background-color: #8db4ad;
    padding: 2%;
    text-align: center;
    font-size: 50px;
    font-family:'Times New Roman', Times, serif;
    border-style: solid;
    border-color: #8db4ad;
   color: white;
     display: block;
    }
        .photo1{
            float: right;
            width: 80%;
          }
          .photo2{
            float: right;
            width: 80%;
          }
          .photo3{
            float: right;
            width: 80%;
          }
          footer>p{
            background-color: #8db4ad;
            font-size: 20px;
            color: floralwhite;
            padding-top: 60px;
            padding-bottom: 60px;
            padding-left: 850px;
            text-align: center;
            }
            .photo4{
                float: right;
                width: 80%;
              }
              .photo5{
                float: right;
                width: 80%;
              }
              .photo6{
                float: right;
                width: 80%;
              }
              .photo7{
                float: right;
                width: 80%;
              }


    
        
